home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr38 / rtp195.zip / SAMPLE.CTL < prev    next >
Text File  |  1994-07-12  |  5KB  |  126 lines

  1. ;   Door Control file
  2. ;--------------------------------
  3. ; The semi-colons are comment markers.  Remove them to activate option.
  4. ;
  5. ;Sysopfirst  Specifies the first name of the sysop as it will be shown to
  6. ;            the users.
  7. ;
  8. ;SysopLast   Specifies the last name of the sysop as it will be shown to
  9. ;            the users.
  10. ;
  11. ;BBSName     Specifies the name of the bbs as it will be shown to users.
  12. ;
  13. ;
  14. ;Mono        Will disable color on the local side. (Necessary if you are
  15. ;            running a monochrome system)
  16. ;
  17. ;BBSType     Specifies the type of bbs software under which this door program
  18. ;            will be run. Valid bbs types include:
  19. ;
  20. ;                  DOORSYS - The DOOR.SYS format (Wildcat! 3.xx, TAG, etc)
  21. ;                     RBBS - Rbbs version 16.1+  (uses DORINFOx.DEF*)
  22. ;                    QUICK - Quickbbs,Force,R.A. (uses DORINFOx.DEF**)
  23. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  24. ;                    PCB14 - Pcboard version 14
  25. ;                    PCB15 - Pcboard version 15
  26. ;                  PHOENIX - Phoenix bbs
  27. ;                 SPITFIRE - Spitfires drop file (SFDOORS.DAT)
  28. ;                     WWIV - WWIV bbs (uses chain.txt)
  29. ;                 CALLINFO - Wildcat 2.xx
  30. ;
  31. ;  Notes    *  ANSI graphics is selected when a "2" is passed in the graphics
  32. ;              parameter of the DORINFOx.DEF.   RBBS standard.
  33. ;          **  ANSI graphics is selected when a "1" is passed in the graphics
  34. ;              parameter of the DORINFOx.DEF.   QuickBBS,Remote Access,FORCE,
  35. ;              UltraBBS and many shareware BBSes require this type.
  36. ;
  37. ;ComPort     For bbs types that do not have the com-port contained in their
  38. ;            door information files (such as PCBOARD-12), you will have to
  39. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  40. ;            not the whole word COM1.
  41. ;
  42. ;Fossil      Selecting this option will cause doordriver to use a fossil port
  43. ;            driver.  Otherwise doordriver will use its own internal comport
  44. ;            handlers.
  45. ;
  46. ;Xfossil     Selecting this option will cause DDPlus to use the extended
  47. ;            X00 fossil driver.  This will support speeds of 57,000 or higher
  48. ;            baud.  Otherwise DDPlus will use its own internal comport
  49. ;            handlers.
  50. ;
  51. ;LockBaud    This will specify a locked baud rate. If you specify this
  52. ;            parameter, then no matter what the bbs software says, this
  53. ;            baud rate will be used. [NOTE: You can also specify the locked
  54. ;            baud rate using /Bxxxx from the command line]
  55. ;
  56. ;Port1       If you must use a non-standard interrupt, doordriver can be
  57. ;Port2       configured for IRQs 0-15. The port# indicates the chosen comport
  58. ;Port3       Follow this with the port address in hex.  Afterward put the IRQ
  59. ;Port4       in decimal.  For an example if comport 3 at irq 15 and address
  60. ;            $03E8 was needed use the following:
  61. ;            PORT3 03E8 15
  62. ;
  63. ;Maxtime     The maxtime parameter will allow you to specify a maximum time
  64. ;            per session that a user may be in the door. (i.e. if you
  65. ;            specified 30 minutes, then if the user had 60 mins left, he could
  66. ;            only play for 30 mins)
  67. ;
  68. ;Status      Specify "ON" if you wish the status line to appear at the bottom
  69. ;            of "OFF" if you wish it to be disabled.
  70. ;
  71. ;Statfore    Statfore foreground color of the status line and the major input
  72. ;            fields. (default 7  light-grey)
  73. ;
  74. ;Statback    The background color of the status line (default 1)
  75. ;
  76. ;Color1      Tells the GAME to select ANSI graphics when a "1" is passed
  77. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  78. ;            understand, FORCE and QUICKBBS require this option set although
  79. ;            RBBS should not.
  80. ;
  81. ;------------------------------ Sample Data ----------------------------------
  82. ;
  83. SYSOPFIRST Bob
  84. SYSOPLAST Dalton
  85. BBSNAME The TANSTAFL BBS
  86. ;
  87. ;       ::::------- Put your bbs type here! Select from those listed above
  88. ;       ::::
  89. ;       \/\/
  90. BBSTYPE DOORSYS
  91. ;
  92. ;                   If you are using a bbs type that doesn't provide the com
  93. ;        ::-------- port num in it's door information file (such as pcb-12),
  94. ;        \/         then uncomment this line and put your com port here.
  95. ;COMPORT 1
  96. ;
  97. ; Uncomment the next line if you use a fossil device driver.
  98. FOSSIL
  99. ;
  100. ; Uncomment the next line if you use a X00153+ fossil device driver.
  101. ;XFOSSIL
  102. ;
  103. ;           ::------If you are locking ports uncomment this line and set this
  104. ;           ::      number to the port speed.
  105. ;           \/
  106. LOCKBAUD 19200
  107. ;
  108. ;       ::------------ If you are going to use a non-standard IRQ place the
  109. ;       ::             port address in hex one space after the PORT# option.
  110. ;       ::
  111. ;       ::  ::-------- If you have a non-standard IRQ position the IRQ number
  112. ;       \/  \/         one space after the ports' hex address.
  113. ;PORT1 03F8 4
  114. ;PORT2 02F8 3
  115. ;PORT3 03E8 4
  116. ;PORT4 02E8 3
  117. ;
  118. STATUS ON
  119. ;
  120. Statfore
  121. ;
  122. Statback
  123. ;
  124. ;------------------------------ End of File ----------------------------------
  125.  
  126.